2006-05-12 Alexander Larsson <alexl@redhat.com>
* gtk/gtkprintoperation.c (gtk_print_operation_set_n_pages):
Update g_object_notify to new property name.
+2006-05-12 Alexander Larsson <alexl@redhat.com>
+
+ * gtk/gtkprintoperation.c (gtk_print_operation_set_n_pages):
+ Update g_object_notify to new property name.
+
2006-05-12 Alexander Larsson <alexl@redhat.com>
* gtk/gtkrecentmanager.c:
+2006-05-12 Alexander Larsson <alexl@redhat.com>
+
+ * gtk/gtkprintoperation.c (gtk_print_operation_set_n_pages):
+ Update g_object_notify to new property name.
+
2006-05-12 Alexander Larsson <alexl@redhat.com>
* gtk/gtkrecentmanager.c:
{
priv->nr_of_pages = n_pages;
- g_object_notify (G_OBJECT (op), "number-of-pages");
+ g_object_notify (G_OBJECT (op), "n-pages");
}
}